home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
devel
/
lang
/
tcl
/
tclmotif.1
/
tclmotif
/
tm.1.2
/
send
/
tclXtSend.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-11-15
|
298 b
|
21 lines
#ifndef _TCL_XT_SEND_H
#define _TCL_XT_SEND_H
#include <X11/Intrinsic.h>
#include <tcl.h>
#ifdef __cplusplus
extern "C" {
#endif
extern int
TclXtSend_RegisterInterp _ANSI_ARGS_ ((Tcl_Interp *interp,
char *name, Widget toplevel));
#ifdef __cplusplus
}
#endif
#endif /* _TCL_XT_SEND_H */